Skip to content

refactor: remove unused ErrorResponse type from summary module#107

Closed
fern-api[bot] wants to merge 1 commit intomainfrom
fern-bot/2026-03-10T15-52Z
Closed

refactor: remove unused ErrorResponse type from summary module#107
fern-api[bot] wants to merge 1 commit intomainfrom
fern-bot/2026-03-10T15-52Z

Conversation

@fern-api
Copy link
Contributor

@fern-api fern-api bot commented Mar 10, 2026

The ErrorResponse type has been removed from the phenoml.summary module. If your code imports or uses this type, you will need to remove those references as it was not used by any public API methods.

Remove the ErrorResponse class and its imports from the summary module as it was not being used in any public API endpoints. This cleanup reduces the public API surface area without affecting existing functionality.

Key changes:
- Remove ErrorResponse class definition from summary/types/error_response.py
- Remove ErrorResponse imports from summary/__init__.py and summary/types/__init__.py
- Clean up __all__ exports and dynamic imports

🌿 Generated with Fern
@gavinsharp gavinsharp closed this Mar 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant